home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #2 / Amiga Plus CD - 2004 - No. 02.iso / AmiSoft / Hard / drivr / PoseidonMOS.lha / Poseidon / InstallData / S / PoseidonROMUpdate
Text File  |  2003-12-30  |  664b  |  18 lines

  1. ; Poseidon MOS1.4 Boot Image replacement operations
  2. ; Insert "Execute S:PoseidonROMUpdate" before IPrefs in MOSSYS:S/startup-sequence
  3. FailAt 21
  4. RemResident poseidon.library >NIL:
  5. RemResident hub.class >NIL:
  6. RemResident bootmouse.class >NIL:
  7. RemResident bootkeyboard.class >NIL:
  8. RemResident massstorage.class >NIL:
  9. RemResident uhciusb.device >NIL:
  10. AddUSBHardware REMOVE ALL >NIL:
  11. FlushLib poseidon.library >NIL:
  12. FlushLib hub.class >NIL:
  13. FlushLib bootmouse.class >NIL:
  14. FlushLib bootkeyboard.class >NIL:
  15. FlushLib massstorage.class >NIL: ; This might fail, if USB devices had been mounted before!
  16. FlushLib uhciusb.device >NIL:
  17. Assign DEVS: MOSSYS:Devs/USBHardware ADD
  18.